TELConferenceSplit
Splits a call from a conference.
pascal TELErr TELConferenceSplit (TELCAHandle hTELCA);
hTELCA
- A handle to a call appearance structure for the call that is to be to split from the conference.
- function result
- A result code.
DESCRIPTION
TheTELConferenceSplit
function splits the call appearance specified by thehTELCA
parameter from the conference it is currently attached to. The call is removed from the conference but is not dropped. AfterTELConferenceSplit
exits, the specified call appearance exists on its own. Note however that you can useTELConferenceSplit
to split a call from a conference only if the Conference Split feature (indicated by theconferenceSplitAvail
bit of thefeatureFlags
field in the call appearance structure) is available and subscribed.After the specified call is dropped from the conference, the rest of the conference remains intact.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help